NevronOpenVision
Nevron.Nov.Dom Namespace / NStylingNodeCollection<T> Class


In This Topic
NStylingNodeCollection<T> Class Methods
In This Topic

For a list of all members of this type, see NStylingNodeCollection<T> members.

Public Methods
 NameDescription
Public MethodAdds (appends) the item at the end of the collection  
Public MethodRemoves all children  
Public MethodQueries whether this collection contains the specified element at least once  
Public MethodCopies all items of this set to the specified array, starting from the specified array index.  
Public MethodGets an iterator that iterates through the children in forward order.  
Public MethodGets an iterator that iterates throw the child elements in reverse order.  
Public MethodReturns the index of the specified item inside this collection. Returns -1 if the item is not contained in the collection.  
Public MethodInserts the item at the specified index  
Public MethodRemoves the specified item.  
Public MethodRemoves the item at the specified index  
Public MethodConverts this set to an array.  
Top
See Also